home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / skin / overlayStatus.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-06-19  |  3.4 KB  |  214 lines

  1. delicious-status-bar-popup {
  2.     border: solid 1px #000000;
  3. }
  4.  
  5. #delicious-status-bar-vitality-count {
  6.     display: table-cell;
  7.     cell-padding: 0px;
  8.     cell-spacing: 0px;
  9.     vertical-align: middle;
  10.     height: 14px;
  11.     font-size: 10px;
  12.     font-weight: bold;
  13.     margin-right: 0cm;
  14.     margin-left: 0cm;
  15.     padding-right: 4px;
  16.     padding-left: 2px;
  17.     background-image:
  18.         url('chrome://ybookmarks/skin/tagometerBackground.gif');
  19.     repeat-x;
  20.     color: #FFFFFF;
  21. }
  22.  
  23. #delicious-status-bar-inbox-count {
  24.     display: table-cell;
  25.     vertical-align: middle;
  26.     cell-padding: 0px;
  27.     cell-spacing: 0px;
  28.     height: 14px;
  29.     font-size: 10px;
  30.     color: #3274D0;
  31.     font-weight: bold;
  32.     padding-right: 0px;
  33.     padding-left: 2px;
  34.     margin-left: 0px;
  35.     margin-right: 0px;
  36. }
  37.  
  38. #delicious-status-bar-popcontainer {
  39.     border: solid 1px #000000;
  40.     cell-spacing: 10px;
  41. }
  42.  
  43. #delicious-status-bar-popuptitle {
  44.     width: 150px;
  45.     font-size: 12px;
  46.     background-color: #F2B414;
  47. }
  48.  
  49. #delicious-status-bar-popuptitle-label {
  50.     font-size: 12px;
  51.     font-weight: bold;
  52. }
  53. /*
  54. #delicious-status-bar-exit-hbox {
  55.     padding-bottom: 4px;
  56. }
  57.  
  58.  
  59. #delicious-status-bar-exit-label {
  60.     font-size: 10px;
  61. }
  62. */
  63.  
  64. #delicious-status-bar-popupcontent {
  65.     height: 130px;
  66.     width: 150px;
  67.     overflow: auto;
  68.     moz-box-orient: vertical;
  69.     font-size: 12px;
  70. }
  71.  
  72. #delicious-status-bar-popupcontent-label {
  73.     margin-top: 10px;
  74.     height: 130px;
  75.     width: 120px;
  76.     font-size: 12px;
  77.     padding-left: 5px;
  78.     padding-right: 5px;
  79. }
  80.  
  81. .alertTextAnchor {
  82.     cursor: pointer;
  83.     color: #0000FF;
  84.       text-decoration: underline;
  85. }
  86.  
  87. #delicious-status-bar-popupbottom {
  88.     margin-top: 10px;
  89.     margin-bottom: 5px;
  90.     font-size: 10px;
  91.     font-weight: bold;
  92.     width: 150px;
  93.     color: #3274D0;
  94. }
  95.  
  96. .spacer {
  97.     margin-right: 1px;
  98.     margin-left: 1px;
  99.     width: 3px;
  100. }
  101.  
  102. img.statusbaricons {
  103.     border: 0px;
  104. }
  105.  
  106. img.statusbaricon-network {
  107.     border: 0px;
  108. }
  109.  
  110. img.statusbaricon-inbox {
  111.     border: 0px;
  112. }
  113.  
  114. #delicious-status-bar-goto-link {
  115.     cursor: pointer;
  116. }
  117.  
  118. #delicious-status-bar-goto-image {
  119.     cursor: pointer;
  120. }
  121.  
  122.  
  123. #tagometer-popup {
  124.     font-size: 14px;
  125. }
  126.  
  127.  
  128. #tagometer-popcontainer {
  129.     border: solid 1px #3274D0;
  130. }
  131.  
  132. #tagometer-popuptitle {
  133.     background-color: #3274D0;
  134. }
  135.  
  136. #tagometer-popuptitle-label {
  137.     max-width: 60px;
  138.     min-height: 26px;
  139.     font-size: 11px;
  140.     color: #FFFFFF
  141. }
  142.  
  143. #tagometer-popuptitle-vbox {
  144.     min-width: 96px;
  145. }
  146.  
  147. #tagometer-popuptitle-exit-image {
  148.     padding-top: 3px;
  149.     cursor: pointer;
  150. }
  151.  
  152. #tagometer-popuptitle-count {
  153.     font-weight: bold;
  154.     font-size: 14px;
  155.     color: #FFFFFF;
  156. }
  157.  
  158. #tagometer-toptags-head {
  159.     font-size: 10px;
  160.     font-weight: bold;
  161.     color: #000000;
  162.     padding-left: 20px;
  163. }
  164.  
  165. .tagometer-toptags {
  166.     font-size: 11px;
  167.     color: #777777;
  168.     cursor: pointer;
  169.     padding-left: 20px;
  170. }
  171.  
  172.  
  173. #tagometer-popupcontent {
  174.     max-height: 120px;
  175.     width: 132px;
  176.     overflow: auto;
  177.     moz-box-orient: vertical;
  178.     font-size: 12px;
  179.     text-decoration: none;
  180.     white-space: pre;
  181. }
  182.  
  183. #tagometer-popupcontent-label {
  184.     margin-top: 5px;
  185.     margin-bottom: 5px;
  186.     max-height: 100px;
  187.     min-width: 100px;
  188.     font-size: 14px;
  189.     color: #777777;
  190. }
  191.  
  192. #tagometer-popupbottom {
  193.     margin-top: 0px;
  194.     margin-bottom: 5px;
  195.     font-size: 10px;
  196.     font-weight: bold;
  197.     width: 140px;
  198.     color: #3274D0;
  199. }
  200.  
  201. #tagometer-goto-link {
  202.     cursor: pointer;
  203.     font-size: 10px;
  204.     padding-left: 20px;
  205. }
  206.  
  207. #tagometer-goto-image {
  208.     cursor: pointer;
  209. }
  210.  
  211. #delicious-status-bar-exit-image {
  212.     padding-top: 1px;
  213.     cursor: pointer;
  214. }